FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package nictiz.fhir.nl.r4.medicationprocess9#2.0.0-beta.6 (79 ms)

Package nictiz.fhir.nl.r4.medicationprocess9
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-beta.6&canonical=http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle
Url http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle
Version 2.0.0-beta.6
Status active
Name MpMedicationPrescriptionBundle
Title mp MedicationPrescription Bundle
Experimental False
Realm nl
Description Profile on the Bundle resource which represents the structure of the Send MedicationPrescription transaction conform information standard ['Medication Process'](https://informatiestandaarden.nictiz.nl/wiki/Landingspagina_Medicatieproces).
Purpose To define the body of the Send MedicationPrescription transaction.
Copyright Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
Type Bundle
Kind resource

Resources that use this resource

CapabilityStatement
http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription mp MedicationPrescription

Resources that this resource uses

StructureDefinition
http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight nl core BodyHeight
http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight nl core BodyWeight
http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner nl core HealthProfessional Practitioner
http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole nl core HealthProfessional PractitionerRole
http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization nl core HealthcareProvider Organization
http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider nl core HealthcareProvider
http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient nl core Patient
http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest mp DispenseRequest
http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement mp MedicationAgreement
http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct mp PharmaceuticalProduct


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "mp-MedicationPrescription-Bundle",
  "url" : "http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle",
  "version" : "2.0.0-beta.6",
  "name" : "MpMedicationPrescriptionBundle",
  "title" : "mp MedicationPrescription Bundle",
  "status" : "active",
  "publisher" : "Nictiz",
  "contact" : [
    {
      "name" : "Nictiz",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nictiz.nl",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Profile on the Bundle resource which represents the structure of the Send MedicationPrescription transaction conform information standard ['Medication Process'](https://informatiestandaarden.nictiz.nl/wiki/Landingspagina_Medicatieproces).",
  "purpose" : "To define the body of the Send MedicationPrescription transaction.",
  "copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "fixedCode" : "transaction"
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "resource"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Bundle.entry:medicationAgreement",
        "path" : "Bundle.entry",
        "sliceName" : "medicationAgreement",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:medicationAgreement.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:medicationAgreement.resource.meta",
        "path" : "Bundle.entry.resource.meta"
      },
      {
        "id" : "Bundle.entry:medicationAgreement.resource.meta.tag",
        "path" : "Bundle.entry.resource.meta.tag",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Bundle.entry:medicationAgreement.resource.meta.tag:actionable",
        "path" : "Bundle.entry.resource.meta.tag",
        "sliceName" : "actionable",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://terminology.hl7.org/CodeSystem/common-tags",
          "code" : "actionable"
        }
      },
      {
        "id" : "Bundle.entry:medicationAgreement.resource.intent",
        "path" : "Bundle.entry.resource.intent",
        "comment" : "Set to _order_ because this MedicationAgreement authorizes an action for a patient, pharmacist, professional administrator et cetera.",
        "fixedCode" : "order"
      },
      {
        "id" : "Bundle.entry:dispenseRequest",
        "path" : "Bundle.entry",
        "sliceName" : "dispenseRequest"
      },
      {
        "id" : "Bundle.entry:dispenseRequest.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:dispenseRequest.resource.meta",
        "path" : "Bundle.entry.resource.meta"
      },
      {
        "id" : "Bundle.entry:dispenseRequest.resource.meta.tag",
        "path" : "Bundle.entry.resource.meta.tag",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Bundle.entry:dispenseRequest.resource.meta.tag:actionable",
        "path" : "Bundle.entry.resource.meta.tag",
        "sliceName" : "actionable",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://terminology.hl7.org/CodeSystem/common-tags",
          "code" : "actionable"
        }
      },
      {
        "id" : "Bundle.entry:dispenseRequest.resource.intent",
        "path" : "Bundle.entry.resource.intent",
        "comment" : "Set to _order_ because this DispenseRequest should authorize an action for a patient, pharmacist, professional administrator et cetera.",
        "fixedCode" : "order"
      },
      {
        "id" : "Bundle.entry:patient",
        "path" : "Bundle.entry",
        "sliceName" : "patient",
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:patient.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:pharmaceuticalProduct",
        "path" : "Bundle.entry",
        "sliceName" : "pharmaceuticalProduct"
      },
      {
        "id" : "Bundle.entry:pharmaceuticalProduct.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:healthProfessional-PractitionerRole",
        "path" : "Bundle.entry",
        "sliceName" : "healthProfessional-PractitionerRole"
      },
      {
        "id" : "Bundle.entry:healthProfessional-PractitionerRole.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:healthProfessional-Practitioner",
        "path" : "Bundle.entry",
        "sliceName" : "healthProfessional-Practitioner"
      },
      {
        "id" : "Bundle.entry:healthProfessional-Practitioner.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:healthcareProvider",
        "path" : "Bundle.entry",
        "sliceName" : "healthcareProvider"
      },
      {
        "id" : "Bundle.entry:healthcareProvider.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:healthcareProvider-Organization",
        "path" : "Bundle.entry",
        "sliceName" : "healthcareProvider-Organization"
      },
      {
        "id" : "Bundle.entry:healthcareProvider-Organization.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:bodyHeight",
        "path" : "Bundle.entry",
        "sliceName" : "bodyHeight",
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:bodyHeight.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:bodyWeight",
        "path" : "Bundle.entry",
        "sliceName" : "bodyWeight",
        "max" : "1"
      },
      {
        "id" : "Bundle.entry:bodyWeight.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.